Gets or sets an item in the list by name.
'Declaration
Public Shadows Default Property Item( _
ByVal As String _
) As
public new this[
string
]; {get; set;}
Parameters
- name
- Name of the item to get or set.
Property Value
A reference to the item with the given name.